home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_4611.txt < prev    next >
Text File  |  1996-08-30  |  1KB  |  16 lines

  1. DynLP essentially solves problems of the following form:
  2.  
  3.     Maximize S = CX'
  4.     Subject to AX' ‚⧠B
  5.  
  6. (or other variants of this), where:
  7.  
  8.     ‚Ä¢ S denotes the ‚Äúsolution‚Äù
  9.     ‚Ä¢ C is a row vector of ‚Äúweights‚Äù
  10.     ‚Ä¢ X is a row vector of ‚Äúvariables‚Äù
  11.     ‚Ä¢ A is a matrix
  12.     ‚Ä¢ B is a column vector
  13.  
  14. The matrix A and the vector B together defines the constraints of the problem. The goal is to determine the optimizing vector, X, and the corresponding solution value S.
  15.  
  16. By using DynLP events you can access all the elements of the LP problem. When specifying which element an event should be linked to, you use the ‚Äúnames‚Äù listed above, i.e., ‚ÄúS‚Äù, ‚ÄúC‚Äù, ‚ÄúX‚Äù, ‚ÄúA‚Äù, and ‚ÄúB‚Äù. To simplify the user interface, these are all considered to be ‚Äútables‚Äù. You access a specific element in a table by specifying the row and the column numbers of this element. For the row vectors ‚ÄúC‚Äù and ‚ÄúX‚Äù, the row number should always be 1. Similarly, for the column vector ‚ÄúB‚Äù, the column number should always be 1. Finally for the scalar ‚ÄúS‚Äù, both the row and the column numbers should be 1.